home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Oct⁄Nov 88 / Background serving ⁄ 11.22.88 ⁄ < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.4 KB  |  38 lines  |  [TEXT/GEOL]

  1. Item    5545126                         22-Nov-88        08:10
  2.  
  3. From:   D0619                           Palomar Software, Dev, Joel West
  4.  
  5. To:     UK0004                          Bacchus & Smith, Paul Smith
  6.         MACAPP.TECH$                    MACAPP Tech
  7.  
  8. cc:     ANDRIEUX1                       Euro Dev Svcs, Alain Andrieux
  9.  
  10. Sub:    Background serving
  11.  
  12. I think your first approach seems reasonable.  However,
  13. you don’t explain why getting called 4-5 times a second
  14. is inadequate; is it too long a delay between responses?
  15.  
  16. If you examine Print Monitor, it takes large amounts of time
  17. at irregular intervals, rather than small amounts of time
  18. very frequently.  I would also note that a 68000 and probably
  19. a 68020 without the 851 cannot do a context swap very
  20. quickly, thus encouraging fewer, longer time slicing.
  21.  
  22. I would note that drivers and DA’s can get more frequent
  23. time slices, and it might be worthwhile to try installing
  24. a driver with dNeedTime and see what happens.  If things are
  25. busy, there’s no guarantee you’ll be called often enough.
  26.  
  27. As for intra-application communication, Apple announced at
  28. its conference for developers last April that it is working
  29. on such capabilities, and that such would be included in
  30. System 7.0.  I don’t think there’s been much public comment
  31. since then, although the best guess on 7.0 I’ve heard is
  32. 2nd Quarter 1989.
  33.  
  34. Joel West
  35.  
  36.  
  37.  
  38.